1. CSS clip-path property (for HTML)

    Method of defining the visible region of an HTML element using SVG or a shape definition.

  2. CSS Motion Path

    Allows elements to be animated along SVG paths or shapes via the `offset-path` property. Originally defined as the `motion-path` property.

  3. CSS Shapes Level 1

    Allows geometric shapes to be set in CSS to define an area for text to flow around. Includes properties `shape-outside`, `shape-margin` and `shape-image-threshold`

  4. SVG fonts

    Method of using fonts defined as SVG shapes. Removed from [SVG 2.0](https://www.w3.org/TR/SVG2/changes.html#fonts) and considered as a deprecated feature with support being removed from browsers.

  5. baseaudiocontext api: createwaveshaper

  6. htmlanchorelement api: shape

  7. htmlareaelement api: shape

  8. mlgraphbuilder api: reshape

  9. mloperand api: shape

  10. waveshapernode api

  11. waveshapernode api: curve

  12. waveshapernode api: oversample

  13. waveshapernode api: `waveshapernode()` constructor

  14. css property: clip-path: `<basic-shape>`

  15. css property: offset-path: `<basic-shape>`

  16. css property: shape-image-threshold

  17. css property: shape-image-threshold: support for percentage opacity values

  18. css property: shape-margin

  19. css property: shape-outside

  20. css property: shape-outside: `circle()`

  21. css property: shape-outside: `<gradient>`

  22. css property: shape-outside: `<image>`

  23. css property: shape-outside: `inset()`

  24. css property: shape-outside: none

  25. css property: shape-outside: `path()`

  26. css property: shape-outside: `polygon()`

  27. css property: shape-rendering

  28. types: `<basic-shape>`

  29. types: `<basic-shape>`: animation

  30. types: `<basic-shape>`: `circle()`

  31. types: `<basic-shape>`: `ellipse()`

  32. types: `<basic-shape>`: `inset()`

  33. types: `<basic-shape>`: `path()`

  34. types: `<basic-shape>`: `path()`: in `clip-path`

  35. types: `<basic-shape>`: `path()`: in `d` as css property

  36. types: `<basic-shape>`: `path()`: in `offset-path`

  37. types: `<basic-shape>`: `path()`: in `shape-outside`

  38. types: `<basic-shape>`: `polygon()`

  39. types: `<basic-shape>`: `rect()`

  40. types: `<basic-shape>`: `xywh()`

  41. types: `<shape>`

  42. types: `<shape>`: `rect()`

  43. html element: area: shape

  44. html element: a: shape